projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5bd212
)
(roundup): Undef before defining.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 21:46:45 +0000
(21:46 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 21:46:45 +0000
(21:46 +0000)
src/unexhp9k800.c
patch
|
blob
|
history
diff --git
a/src/unexhp9k800.c
b/src/unexhp9k800.c
index 76bfa1f855151af45a083be6d53fbd7e807ac0fe..9e22bd5b3a33f91023c1a6452547e5ec3bb39333 100644
(file)
--- a/
src/unexhp9k800.c
+++ b/
src/unexhp9k800.c
@@
-63,6
+63,7
@@
run_time_remap (ignored)
brk (brk_on_dump);
}
+#undef roundup
#define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */
#define min(x,y) (((x) < (y)) ? (x) : (y))